home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / alsa / cards / Aureon51.conf < prev    next >
Text File  |  2008-10-07  |  2KB  |  172 lines

  1. #
  2. # Configuration for the Aureon51 (Envy24HT) chip
  3. #
  4.  
  5. # default with dmix & dsnoop
  6. Aureon51.pcm.default {
  7.     @args [ CARD ]
  8.     @args.CARD {
  9.         type string
  10.     }
  11.     type asym
  12.     playback.pcm {
  13.         type plug
  14.         slave.pcm {
  15.             @func concat
  16.             strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
  17.         }
  18.     }
  19.     capture.pcm {
  20.         type plug
  21.         slave.pcm {
  22.             @func concat
  23.             strings [ "dsnoop:" $CARD ",FORMAT=S32_LE" ]
  24.         }
  25.     }
  26. }
  27.  
  28. <confdir:pcm/front.conf>
  29.  
  30. Aureon51.pcm.front.0 {
  31.     @args [ CARD ]
  32.     @args.CARD {
  33.         type string
  34.     }
  35.     type hw
  36.     card $CARD
  37. }    
  38.  
  39. <confdir:pcm/rear.conf>
  40.  
  41. Aureon51.pcm.rear.0 {
  42.     @args [ CARD ]
  43.     @args.CARD {
  44.         type string
  45.     }
  46.     type hw
  47.     card $CARD
  48.     device 2
  49.     subdevice 1
  50. }    
  51.  
  52. <confdir:pcm/center_lfe.conf>
  53.  
  54. Aureon51.pcm.center_lfe.0 {
  55.     @args [ CARD ]
  56.     @args.CARD {
  57.         type string
  58.     }
  59.     type hw
  60.     card $CARD
  61.     device 2
  62. }    
  63.  
  64. <confdir:pcm/side.conf>
  65.  
  66. Aureon51.pcm.side.0 {
  67.     @args [ CARD ]
  68.     @args.CARD {
  69.         type string
  70.     }
  71.     type hw
  72.     card $CARD
  73.     device 2
  74.     subdevice 2
  75. }
  76.  
  77. <confdir:pcm/surround40.conf>
  78.  
  79. Aureon51.pcm.surround40.0 {
  80.     @args [ CARD ]
  81.     @args.CARD {
  82.         type string
  83.     }
  84.     type hw
  85.     card $CARD
  86.     channels 4
  87. }    
  88.  
  89. <confdir:pcm/surround41.conf>
  90. <confdir:pcm/surround50.conf>
  91. <confdir:pcm/surround51.conf>
  92.  
  93. Aureon51.pcm.surround51.0 {
  94.     @args [ CARD ]
  95.     @args.CARD {
  96.         type string
  97.     }
  98.     type hw
  99.     card $CARD
  100.     channels 6
  101. }
  102.  
  103. <confdir:pcm/iec958.conf>
  104.  
  105. Aureon51.pcm.iec958.0 {
  106.     @args [ CARD AES0 AES1 AES2 AES3 ]
  107.     @args.CARD {
  108.         type string
  109.     }
  110.     @args.AES0 {
  111.         type integer
  112.     }
  113.     @args.AES1 {
  114.         type integer
  115.     }
  116.     @args.AES2 {
  117.         type integer
  118.     }
  119.     @args.AES3 {
  120.         type integer
  121.     }
  122.     type asym
  123.     playback.pcm {
  124.         type hooks
  125.         slave.pcm {
  126.             type hw
  127.             card $CARD
  128.             device 1
  129.         }
  130.         hooks.0 {
  131.             type ctl_elems
  132.             hook_args [
  133.                 {
  134.                     interface MIXER
  135.                     name "IEC958 Output Switch"
  136.                     lock true
  137.                     preserve true
  138.                     value true
  139.                 }
  140.                 {
  141.                     interface PCM
  142.                     name "IEC958 Playback Default"
  143.                     device 1
  144.                     lock true
  145.                     preserve true
  146.                     value [ $AES0 $AES1 $AES2 $AES3 ]
  147.                 }
  148.             ]
  149.         }
  150.     }
  151.     capture.pcm {
  152.         type hooks
  153.         slave.pcm {
  154.             type hw
  155.             card $CARD
  156.             device 1
  157.         }
  158.         hooks.0 {
  159.             type ctl_elems
  160.             hook_args [
  161.                 {
  162.                     interface MIXER
  163.                     name "IEC958 Capture Switch"
  164.                     lock true
  165.                     preserve true
  166.                     value true
  167.                 }
  168.             ]
  169.         }
  170.     }
  171. }
  172.